From 53b586abcf96dd1b3139ff880d24b4d5e1eee16a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Jun 2011 00:15:10 -0400 Subject: [PATCH] Avoid underallocations in the custom paper dialog --- gtk/gtkcustompaperunixdialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkcustompaperunixdialog.c b/gtk/gtkcustompaperunixdialog.c index 500ccad4b5..ffa1adde8e 100644 --- a/gtk/gtkcustompaperunixdialog.c +++ b/gtk/gtkcustompaperunixdialog.c @@ -376,7 +376,7 @@ _gtk_custom_paper_unix_dialog_new (GtkWindow *parent, "transient-for", parent, "modal", parent != NULL, "destroy-with-parent", TRUE, - //"resizable", FALSE, + "resizable", FALSE, NULL); return result; @@ -1214,6 +1214,5 @@ populate_dialog (GtkCustomPaperUnixDialog *dialog) } gtk_window_present (GTK_WINDOW (dialog)); - load_print_backends (dialog); } -- 2.30.2